object DLGZIP: TDLGZIP Tag = 1 Left = 210 Top = 436 HelpContext = 150 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Pack files' ClientHeight = 139 ClientWidth = 452 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Prompt: TLabel Tag = 2 Left = 4 Top = 5 Width = 445 Height = 12 AutoSize = False Caption = 'Pack file(s) to the file:' ShowAccelChar = False end object ZipText: TEdit Left = 4 Top = 22 Width = 340 Height = 21 TabOrder = 0 OnChange = ZipTextChange OnKeyDown = ZipTextKeyDown end object Storedir: TCheckBox Tag = 3 Left = 4 Top = 46 Width = 329 Height = 16 Caption = 'Also &pack path names (only recursed)' TabOrder = 1 OnKeyDown = ZipTextKeyDown end object Recurse: TCheckBox Tag = 4 Left = 4 Top = 62 Width = 329 Height = 16 Caption = 'Recursively pack &subdirectories' TabOrder = 2 OnKeyDown = ZipTextKeyDown end object Multivolume: TCheckBox Tag = 5 Left = 4 Top = 78 Width = 329 Height = 16 Caption = '&Multiple disk archive (PKZIP and ARJ only)' TabOrder = 3 OnKeyDown = ZipTextKeyDown end object Ok: TButton Tag = 4001 Left = 87 Top = 114 Width = 90 Height = 23 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 5 OnKeyDown = ZipTextKeyDown end object id_calltree: TButton Tag = 7 Left = 181 Top = 114 Width = 90 Height = 23 Caption = '&Tree' TabOrder = 6 OnClick = id_calltreeClick OnKeyDown = ZipTextKeyDown end object Cancel: TButton Tag = 4002 Left = 275 Top = 114 Width = 90 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 OnKeyDown = ZipTextKeyDown end object Packer1: TGroupBox Tag = 8 Left = 348 Top = 17 Width = 101 Height = 91 Caption = ' Packer ' TabOrder = 8 object zip_ZIP: TRadioButton Left = 5 Top = 15 Width = 45 Height = 16 Caption = '&ZIP' TabOrder = 0 TabStop = True OnClick = zip_ZIPClick OnKeyDown = ZipTextKeyDown end object zip_ARJ: TRadioButton Left = 5 Top = 31 Width = 45 Height = 16 Caption = '&ARJ' TabOrder = 1 OnClick = zip_ARJClick OnKeyDown = ZipTextKeyDown end object zip_LHA: TRadioButton Left = 5 Top = 48 Width = 45 Height = 16 Caption = '&LHA' TabOrder = 2 OnClick = zip_LHAClick OnKeyDown = ZipTextKeyDown end object zip_RAR: TRadioButton Left = 53 Top = 15 Width = 42 Height = 18 Caption = '&RAR' TabOrder = 3 OnClick = zip_RARClick OnKeyDown = ZipTextKeyDown end object zip_UC2: TRadioButton Left = 53 Top = 31 Width = 45 Height = 16 Caption = '&UC2' TabOrder = 4 OnClick = zip_UC2Click OnKeyDown = ZipTextKeyDown end object ConfigNow: TButton Tag = 6 Left = 5 Top = 64 Width = 90 Height = 23 Caption = '&configure' TabOrder = 5 OnClick = ConfigNowClick OnKeyDown = ZipTextKeyDown end end object MoveToArchive: TCheckBox Tag = 9 Left = 4 Top = 94 Width = 329 Height = 16 Caption = 'M&ove to archive' TabOrder = 4 OnClick = MoveToArchiveClick OnKeyDown = ZipTextKeyDown end object Translate1: TTranslate Tag = 5480 Top = 112 end object ResolutionFix1: TResolutionFix Left = 36 Top = 112 end end